body {
	font-family: 'Raleway', Calibri, Arial, sans-serif;
}

.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

#large-header {
	background-image: url('img/Helix Nebula Background.jpg');
}

.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #F9F1E9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.main-1 .main-title {
	text-transform: uppercase;
	font-size: 4.9em;
	letter-spacing: 0.1em;
}

.main-title .thin {
	font-weight: 200;
}

@media only screen and (max-width : 768px) {
	.main-1 .main-title {
		font-size: 3.5em;
	}
}

a {
	text-decoration: none;
}

/* Copyright 2018 Pi TIAN (tjxpi.com). All rights reserved. */
